Skip to main content

All Questions

1vote
1answer
1kviews

ASP.NET MVC handling server side validation on jQuery form wizard/tabs

I'm working on a large form that I'm looking to improve the usability of by sectioning it into a jQuery form wizard (jQuery tabbed panels). I have already implemented both client-side validation and ...
user2488275's user avatar
4votes
2answers
1kviews

ASP.NET MVC Model Validation Error Localization Context

First of all, I have to say that I understand how Data Annotation -based Model Validation works in ASP.NET MVC4 and I have it successfully implemented with DataAnnotationsModelValidatorProvider. So I ...
Jani Hyytiäinen's user avatar

close